home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / misc / avmNfax1_33.lha / AVMSuite / source / print.avmsrc < prev    next >
Text File  |  1994-06-24  |  963b  |  63 lines

  1. startrecord=true
  2. label=
  3. nodetype=8
  4. line1=parse arg mailbox logs
  5. line2=call addlib("rexxsupport.library", 0, -30, 0)
  6. line3=
  7. line4=
  8. line5=
  9. line6=
  10. line7=
  11. line8=
  12. line9=
  13. line10=
  14. nextactiontype=3
  15. nextactionaction=
  16. endrecord=true
  17. startrecord=true
  18. label=
  19. nodetype=8
  20. line1=numlogs = words(logs)
  21. line2=do i = 1 to numlogs
  22. line3=  call loadLogEntry(mailbox, word(logs, i))
  23. line4=  if upper(log.type) = 'FAX' then address rexx 'printfile' voiceFile(mailbox, log.fileName)
  24. line5=
  25. line6=
  26. line7=
  27. line8=
  28. line9=
  29. line10=end
  30. nextactiontype=3
  31. nextactionaction=
  32. endrecord=true
  33. startrecord=true
  34. label=error
  35. nodetype=8
  36. line1=
  37. line2=
  38. line3=
  39. line4=
  40. line5=
  41. line6=
  42. line7=
  43. line8=
  44. line9=
  45. line10=
  46. nextactiontype=2
  47. nextactionaction=exit
  48. endrecord=true
  49. startrecord=true
  50. label=
  51. nodetype=7
  52. filename=avm:rexx/logfunctions.avm
  53. nextactiontype=3
  54. nextactionaction=
  55. endrecord=true
  56. startrecord=true
  57. label=
  58. nodetype=7
  59. filename=avm:rexx/debugfunctions.avm
  60. nextactiontype=3
  61. nextactionaction=
  62. endrecord=true
  63.